home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 May / macformat-024.iso / Shareware City / Developers / Kant Pro source Folder / Kant Pro 1.1 ƒ / Shell ƒ / generic window handlers.h < prev    next >
Encoding:
Text File  |  1995-01-19  |  544 b   |  9 lines  |  [TEXT/MMCC]

  1. void GenericCopybits(WindowPtr theWindow, WindowPtr offscreenWindowPtr, Boolean active);
  2. void GenericResizeControls(WindowPtr theWindow, short destOverload);
  3. void GenericGetGrowSize(WindowPtr theWindow, Rect *sizeRect);
  4. void GenericIdleInWindow(WindowPtr theWindow, Point mouseLoc);
  5. Boolean GenericKeyPressedInWindow(WindowPtr theWindow, unsigned char theChar);
  6. Boolean GenericMouseClickedInWindow(WindowPtr theWindow, Point thePoint, Boolean isEditable);
  7. void GenericActivate(WindowPtr theWindow);
  8. void GenericDeactivate(WindowPtr theWindow);
  9.